-
-
Notifications
You must be signed in to change notification settings - Fork 21.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[3.3] Misc. build and warning fixes to pass CI and compile with recent SCons and GCC/Clang #98867
[3.3] Misc. build and warning fixes to pass CI and compile with recent SCons and GCC/Clang #98867
Conversation
57c38a3
to
77b677e
Compare
(cherry picked from commit 55845ba)
(cherry picked from commit 6f02183)
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> (cherry picked from commit a297a69)
Fix `-Wunused-but-set-variable`, `-Wunqualified-std-cast-call`, and `-Wliteral-range` warnings. (cherry picked from commit d8935b2)
77b677e
to
f52fd8d
Compare
(cherry picked from commit e771804)
Fixes the following error: thirdparty/vhacd/inc/vhacdICHull.h:46:31: error: 'uint32_t' does not name a type 46 | ICHullError Process(const uint32_t nPointsCH, const double minVolume = 0.0); | ^~~~~~~~ Note the upstream version of the third party library is not affected. (cherry picked from commit a648d83)
Fixes godotengine#77927. (cherry picked from commit 10676e7)
Fixes godotengine#91206. (cherry picked from commit a8ff47b)
f52fd8d
to
a53860d
Compare
e4ef29c
to
435246b
Compare
bagder/ca-bundle@4d3fe66 Document matching mozilla-release changeset. (cherry picked from commit eb41ff0)
435246b
to
3772a5f
Compare
Finally passing checks. This was a bit harder than |
<<<<<<< HEAD | ||
- uses: actions/checkout@v4 | ||
======= | ||
- uses: actions/checkout@v4 | ||
>>>>>>> 6b202812ff (CI: Update all GitHub actions to their latest version) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oof, how did this pass CI?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed up with 69962b7.
3.3
equivalent to [3.4] Misc. build and warning fixes to pass CI and compile with recent SCons and GCC/Clang #98864.Likewise, this doesn't mean restarting active support for the
3.3
branch, this is just a code/history preservation improvement.